Merge Sort
Example 1: Input: N = 5 arr[] = { 4, 1, 3, 9, 7} Output: 1 3 4 7 9
Code
coming soon.....